.sign_up_main {
    background-color: #F6F6F6;
    height: calc(98vh);
}

.sign_up_blank {
    height: 20px;
}

.sign_up_content {
    width: 1200px;
    min-height: 867px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}

table.datagrid tbody .sign-not-begin {
    color: #8A8A8A;
}

.navgation {
    width: 258px;
    height: 48px;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    margin: 20px 0 0 20px;
}

.navgation > label:first-child {
    line-height: 48px;
    margin-left: 18px;
    cursor: auto;
}

.navgation > label,a {
    font-size: 15px;
    display: inline-block;
    font-weight: lighter;
    cursor: pointer;
}

.sign_up_title {
    text-align: center;
}

table.datagrid {
    text-align: center;
    font-size: 12px;
    border-width: 1px;
    border-color: #EFEFEF;
    border-collapse: collapse;
    width: 96.8%;
    margin-left: 20px;
    margin-right: 20px;
}

table.datagrid th, tbody td {
    border: 1px solid #EFEFEF;
    padding: 8px;
    font-weight: normal;
}

table.datagrid tbody td:nth-child(1) label:nth-child(2) {
    font-weight: bold;
}

table.datagrid thead {
    background-color: #FAFAFA;
}

table.datagrid tbody td label {
    display: block;
    padding: 5px;
}

table.datagrid tbody td:nth-child(5),td:nth-child(6) label {
    color: rgba(190,8,26,1);
}

table.datagrid tbody .no-padding-cell label {
    padding: 0px;
}

#pageToolbar {
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer_line {
    border: 1px solid #EFEFEF;
}

.sign_notice_content {
    margin-left: 78px;
    width: 100%;
    margin-bottom: 50px;
}

.sign_tab {
    width: 175px;
    border-bottom: 1px solid #EFEFEF;
}

.sign_tab span:nth-child(2) {
    color: #B0B4C2;
}

.sign_tab span {
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.sign_tab_active {
    font-weight: bold;
    color: #BE0719;
    border-bottom: 2px solid #BE0719;
}

.recruitment_notice {
    position: relative;
    left: -20px;
    display: none;
}

.active {
    display: block;
}

.recruitment_notice ul li {
    list-style-type: circle;
    margin-top: 20px;
    color: #EFEFEF;
}

.recruitment_notice ul li a {
    display: inline-block;
    color: #000000;
    max-width: 640px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}